home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / util / shell / ShellScr.lha / ShellScr / src / .build next >
Encoding:
Text File  |  1997-12-15  |  159 b   |  15 lines

  1. all: shellscr
  2.     copy ShellScr /
  3.  
  4. clean:
  5.     rm ShellScr *.m
  6.  
  7. shellscr: shellscr.e args.m paths.m
  8.     ec shellscr
  9.  
  10. paths.m: paths.e
  11.     ec paths
  12.  
  13. args.m: args.e
  14.     ec args
  15.